PreviousNextTracker indexSee it online !

(302/304) 1789 - PythonShell: Handling of error messages and newlines weird

Reproduced using Python 3.3 on Linux or Windows 7
I noticed sometimes that I have to hit return twice before I see the results of what I evaluated in the PythonShell. Especially if there are error messages.
This is with jEdit 5.2pre1, PythonShell 1.1. ProcessShell 1.0


Submitted ezust - 2014-06-27 02:07:44.832000 Assigned
Priority 5 Labels
Status open Group
Resolution None

Comments

2014-06-27 03:00:39.213000
ezust

Steps to reproduce:

\>>> 1=asasdfawer [first return]
\>>> [ see nothing? return again ]
File "<stdin>", line 1
SyntaxError: can't assign to literal
\>>>

2014-06-27 03:02:36.706000
ezust

- **summary**: PythonShell: Handling of newlines weird --> PythonShell: Handling of error messages and newlines weird